 /* @override http://activereload.local.i:3000/stylesheets/main.css */
html {
  margin: 0 0 1px 0; /* force FF to show scrollbar to prevent page jumping */
  padding: 0;
  height: 100%;
}

html.csshidden .csshidden {
  display:none;
}

body {
  margin: 0;
  text-align: center;
  padding: 0;
  font: normal 12px/1.5em "Helvetica Neue", "Lucida Grande", "Helvetica Neue", Arial, sans-serif;
  background: #ddd;
  color: #333;
  min-width: 950px;
}

ul, li, form, input, dt, dl, dd, ol, div, p,
blockquote, h1, h2, h3, h4, h5, h6, a {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

#header {
  background: #5A9ECF;
  height: 90px;
  margin: 0;
  text-align: left;
  position: relative;
  border-bottom: 6px solid #058;
}

#search {
  position: absolute;
  right: 10px;
  top: 115px;
}

#container {
  margin: 0 auto 20px auto;
  text-align: left;
  min-width: 950px;
}

a { outline: none; }
a:link, a:visited {  color: #38B; text-decoration: none; }

a:hover {
  color: #333;
}

#main {
  margin: 9px 0 0 18px;
  float: left;
  width: 70%;
  position: relative;
  background: #fff;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

#sbar {
  margin: 0 15px 0 73%;
  padding-top: 9px;
}

#sbar:after {
  content: ".";
  height: 1px;
  visibility: hidden;
  clear: left;
  display: block;
}

#devmode {
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 4px;
}

#content, #footer {
  max-width: 2000px;
}

/*------------------------------------------------------------------------
 *=UTILITY
 ------------------------------------------------------------------------*/

a.ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

img { border: 0; }
ins { text-decoration: none;}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.tl {
  position: absolute;
  left: 0;
  top: 0;
}

blockquote {
  padding: 0 10px;
  margin-left: 20px;
  color: #656565;
  border-left: 3px solid #999;
}

/*blockquote p:last-child:after {
  content: "\201D";
  font-size: 190%;
}

blockquote p:before {
  content: "\201C";
  font-size: 190%;
}*/

h3.phead {
  margin-top: 18px;
}

p.empty {
  margin: 6px 0;
  padding: 0;
  color: #555;
}

/*------------------------------------------------------------------------
 *=HEADER
 ------------------------------------------------------------------------*/
#header #titles {
  float: left;
  width: 70%;
}

#header h1 a.pname {
  color: #fff;
  text-decoration: none;
  height: 34px;
  border: none;
  font-weight: normal;
  font-size: 200%;
}

#header h1 {
  line-height: 240%;
  margin-left: 21px;
  padding-top: 30px;
}

strong#account-name {
  line-height: 100%;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: #006699;
  font-weight: bold !important;
}

strong#account-name a {
  color: #006699;
  font-weight: bold !important;
}

#header h1 a:hover {
  color: #f7f7f7;
}

#topbar {
  background: #000;
  position: relative;
  height: 30px;
}

#rheader {
  margin-left: 73%;
  padding-top: 12px;
  margin-right: 18px;
}

#userbadge {
  padding: 9px;
  background: #266A9B;
  color: #C2DFEE;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 48px;
}

#userbadge input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#userbadge li span.acct {
  font-weight: bold;
}

#ublinks {
  float: right;
  background: #266A9B;
  z-index: 2;
  padding-left: 5px;
}

#userbadge a {
  color: #fff;
  font-size: 92%;
  text-decoration: underline;
}

#userbadge strong {
  display: block;
  margin-bottom: 9px;
  white-space: nowrap;
  z-index: 0;
  overflow: hidden;
}

#userbadge .ubody {
  margin-left: 57px;
  position: relative;
}

#header .signin {
  position: absolute;
  right: 18px;
  top: 10px;
  display: block;
  color: #fff;
}

#header .signin a {
  color: #fff;
  text-decoration: underline;
}

#userbadge #memberships {
  background: #fff;
  z-index: 1;
  position: absolute;
  top: 44px;
  color: #333;
  list-style: none;
  border-bottom: 1px solid #4294CF;
  border-left: 1px solid #4294CF;
  border-right: 1px solid #4294CF;
  width: 100%;
  min-width: 200px;
}

#userbadge #membership-q {
  width: 100%;
  line-height: 180% !important;
  padding: 3px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #fff;
  background: #fff url(/images/lh2/app/droparrow.png) 100% 50% no-repeat;
}

.webkit #userbadge #membership-q {
  padding: 0;
}

#userbadge .lq-placeholder {
  color: #999;
  font-size: 92% !important;
}

#userbadge #memberships li {
  display: block;
  padding: 3px 9px;
  border-bottom: 1px solid #eee;
}

#userbadge li.lq-selected {
  color: #333;
  background: #D4E1EB;
  cursor: pointer;
}


/*------------------------------------------------------------------------
 *=NAV
 ------------------------------------------------------------------------*/
/* Top right in header */
#sec-nav {
  font-size: 92%;
  list-style: none;
  position: absolute;
  left: 21px;
  top: 0;
  padding: 3px 0;
}

#sec-nav li, #act-nav li {
  display: inline;
  margin-right: 5px;
}

#sec-nav li a {
  color: #E0F2FF;
  border: none;
  text-decoration: underline;
}

#sec-nav li a:hover {
  color: #ffc;
  background-color: transparent;
}

a#help {
  color: #fff;
  background-color: #d70;
  padding: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
}

a#help:hover {
  color: #fff;
  background: #222;
}


/* @group Navigation */

#nav {
  margin: 6px 0 0 0;
  line-height: 100%;
}


#nav ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
  line-height: 100%;
  position: relative;
}

#nav li {
  float:left;
  margin: 0 3px 0 0;
  list-style: none;
}

#nav a {
  float: left;
  display: block;
  background: #047;
  padding: 10px 9px 9px 9px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  outline: none;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

#nav a:hover {
  color: #fff;
  background-color: #0063AD;
}

#nav li#new-ticket {
  border-bottom-color: #058;
}

#nav li#new-ticket a {
  background: #07b;
  color: #fff;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */

#nav li.current a,
#nav li a.current {
  background-color: #07b;

}

#nav-r {
  position: absolute;
  top: 70px;
  right: 40px;
}

li#dashboard a {
  background: #047 url(/images/lh2/app/list.gif) 9px 9px no-repeat;
  padding-left: 30px;
}

li#nticket {
  border-bottom-color: #480;
}

li#nticket a {
  background: #333;
  color: #fff;
}

li#nticket a:hover { background-color: #444; color: #fff;}

/* Project Navigation */

/* @group Project Navigation */

#project-nav {
  background: #069;
  height: 33px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
}

#project-nav ul, #action-nav ul {
  list-style:  none;
  width: 100%;
}

#project-nav li {
  display:  block;
  float: left;
  position: relative;
}

#project-nav li a {
  padding: 8px 20px 7px 20px;
  display: block;
  float: left;
  color: #fff;
  border: none;
  font-weight: bold;
  position: relative;
}

#project-nav li a:hover {
  background-color: #07B;
}

#project-nav li.selected a {
  background-color: #5A9ECF;
  color: #fff;
}

#project-nav li:first-child a {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

#first a {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

#project-nav .submenu-tab a {
  padding-right: 27px;
}

.submenu-tab em {
  position: absolute;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  right: 8px;
  top: 11px;
  background: #057 url(/images/lh2/app/droparrow.gif) 5px 6px no-repeat;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.submenu-tab a:hover em {
  background-color: #057;
}

#tmenu em:hover, .submenu-tab em:hover {
  background-color: #C0DCF0;
}

#project-nav ul.submenu {
  width: 230px;
  background: #fff !important;
  position: absolute;
  border-bottom: 1px solid #4294CF;
  border-left: 1px solid #4294CF;
  border-right: 1px solid #4294CF;
  top: 33px;
  left: 0;
  z-index: 9;
}

#project-nav ul.submenu li {
  float: none;
  display: block;
  border-bottom: 1px solid #eee;
  margin: 0 6px !important;
  background-color: #fff;
}

#project-nav ul.submenu li a {
  color: #333;
  float: none;
  padding: 6px;
  background-color: #fff;
}

#project-nav ul.submenu li a:hover {
  background: transparent;
  color: #058;
}

/* @end */



/* @group Action Nav */

.welcome-index #action-nav, .welcome-invite #action-nav {
  display: none;
}

#action-nav {
  background: #5A9ECF;
  height: 42px;
  border-bottom: 1px solid #468DC0;
}

#action-nav ul {
  background:  none;
  padding: 9px 0 6px 0;
}

#action-nav li {
  float: left;
  list-style:  none;
  padding: 0;
  position: relative;
}

#action-nav li a {
  display: block;
  float: left;
  padding: 4px 8px 5px 8px;
  border: none;
  color: #058;
  font-weight: bold;
  margin: 0 6px 0 6px;
}

#action-nav li a:hover, #action-nav li:hover a {
  color: #fff;
}

#action-nav li.pressed a {
  background-color: #84C0EB;
  -webkit-border-radius: 2px;
  -moz-border-radius: 4px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

#action-nav.spam {
  margin-left: -10px;
  margin-right: -10px;
}

#page-top.spam {
  margin-left: -10px;
  margin-right: -10px;
}

#page-top.spam #delete-diag {
  padding: 10px !important;
}

#page-top.spam #update-diag {
  color: #005f00;
  background: #d7f8d7;
  border-top: 3px solid #00a300;
  border-bottom: 2px solid #b1f1b1;
  padding: 10px !important;
}

#page-top.spam #update-diag .btns {
  background: #d7f8d7;
}

#page-top.spam #update-diag .btns {
  background: #d7f8d7;
}

#page-top.spam #update-diag .btns .positive {
  color: #005f00;
}

#page-top.spam #update-diag .btns .positive:hover {
  color: #fff;
  background-color: #00a300;
}

/* @end */


/* @group Plain tabs */


.tabs {
  margin-bottom: 9px;
  border-bottom: 1px solid #ddd;
  background: none !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 9px;
  list-style: none;
}

.tabs a {
  background: none;
  text-decoration: none;
  display: block;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-bottom: none;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  float: left;
  padding: 6px 18px;
  margin-right: 3px;
  text-align: center;
}

.tabs a:hover {
  color: #333;
  background-color: #f7f7f7;
}

.tabs li a.active {
  border-bottom: 1px solid #fff;
  margin-bottom: -2px;
  color: #000;
}

.tabs li a.active:hover {
  background: #fff;
  cursor: default;
}

.page-tabs {
  margin-top: 20px;
}

/* @end */

/* Quick Search */

#project-nav #quick-search {
  position: absolute;
  right: 0;
  top: 0;
  background: url(/images/lh2/app/tr.gif) top right no-repeat;
}

li#quick-search a {
  background: url(/images/lh2/app/search.png) no-repeat;
  width: 33px;
  text-indent: -9999px;
  padding: 8px 0;
  margin: 0;
}

li#quick-search a:hover {
  background-color: transparent;
  background-position: 0 -29px;
}

#quick-search-bar {
  line-height: 100%;
  background: #058;
  padding: 12px;
  padding-bottom: 8px;
  text-align: right;
  color: #9FC7E3;
  white-space: nowrap;
}

#quick-search-bar label {
  color: #fff;
  font-weight: bold;
}

#quick-search-bar input {
  width: 200px;
  color: #555;
  border: 1px solid #259EE6;
  border-top: none;
  border-left: none;
}

#quick-search-bar a {
  color: #fff;
}

/* Action nav */
.arrow {
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 0;
  margin-left: -6px;
}

.search-back a {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

/*------------------------------------------------------------------------
 *=FORMS
 ------------------------------------------------------------------------*/
#main p.question {
  color: #777;
  margin-bottom: 3px;
  margin-left: 0;
  padding: 0;
}

dt label {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

dt {
  margin-top: 9px;
}

dd {
  line-height: normal;
  padding: 1px;
}

input[type='text'], input[type='password'], input[type='search'], textarea {
  border: 1px solid #e4e4e4;
  border-top: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
  font-size: 100%;
  color: #333333;;
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
}

textarea.project-option {
  font-family:monospace;
  font-size:92%
}

form#openid_region input[type='text'], form#openid_region input[type='password']
form#login_region input[type='text'], form#login_region input[type='password'] {
  width: 100%;
}

textarea {
  font-family: Monaco, "Courier New", Courier, monospace;
}

.btn-asset {
  border-top: 1px solid #FFEB9E;
  margin-top: 5px;
  padding: 3px;
  text-align: right;
  background: #F0C000;
}

.btns {
  padding: 12px !important;
  margin: 18px 0 0 0;
  text-align: right;
  background: #f1f1f1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 2px;
  border-radius: 2px;
  zoom:1;
}
.btns:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }

.big { font-size: 180% !important; }
.lil { font-size: 80%; }
.fat { width: 100%;}

.area {
  width:100%;
  height:100px;
}

.tiny { width: 30px; }

.submit {
  vertical-align: middle;
}

.canvas {
  margin-top: 10px;
  border: 3px solid #ccc;
}

.canvas canvas {
  border: 2px solid #fff;
}

.list-form {
  list-style: none;
  margin: 0 0 0 0;
  border-bottom: 1px solid #eee;
}

.list-form li {
  padding: 0 0 9px 0;
}

.list-form li label {
  display: block;
  font-weight: bold;
}

.list-form.triple li {
  float: left;
  width: 30%;
  margin-right: 18px;
}
.list-form.quadruple li {
  float: left;
  width: 22.8%;
  margin-right: 18px;
}

.list-form li.last {
  margin-right: 0;
}


.list-form select, .list-form input {
  width: 100%;
}

fieldset {
  border: 1px solid #ddd;
  padding: 1px 5 10px 0;
}

fieldset legend {
  font-weight: bold;
}

.hint {
  color: #555;
}

.help {
  font-weight: normal;
  font-size: 92%;
}

.form-tbl, .form {
  width: 100%;
  margin: 20px 0;
}

.form-tbl input, .form input {
  font-size: 130%;
}

.form-tbl label, .form-tbl label {
}

.form-tbl th, .form th {
  border-bottom: 1px solid #eee;
  padding: 10px 20px 15px 0pt;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
  width: 1%;
}

.form-tbl td, .form td {
  border-bottom: 1px solid #eee;
  margin: 0pt;
  padding: 10px 20px 15px 0pt;
}

p.hint {
  color: #656565;
  margin: 0 !important;
  padding: 0 !important;
}

.watch-block {
  padding: 9px 0;
}

.watch-block p {
  padding-bottom: 0;
}

.checkbox-list {
  padding: 6px;
  margin: 0;
}

.checkbox-list li {
  list-style: none;
  display: block;
  float: left;
  font-weight: bold;
  padding: 9px;
  width: 20%;
  overflow: hidden;
}

.checkbox-list li.or {
  width: auto;
}

.checkbox-list li input[type=checkbox] {
  vertical-align: middle;
}

li.everybody {
  display: block;
  float: none;
  width: 100%;
}

li.or {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
  color: #656565;
  display: block;
  float: none;
}

.pagetop-form {
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
}

.pagetop-form label {
  font-weight: bold;
}

.tickets-new .previewable #preview-button {
  margin-top: 0;
}

.toolbar.previewable {
  margin-bottom: 8px;
}
.previewable label {
  padding: 0px;
}

.slbl {
  color: #aaa;
  font-style: italic;
  display: inline-block;
  position: absolute;
  right: 80px;
  padding: 2px 5px 0 0;
}
.slbl img { }

/*------------------------------------------------------------------------
 *=MAIN
 ------------------------------------------------------------------------*/

#main-content {
  padding: 0 10px 10px 10px;
  background: #fff;
  min-height: 300px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright:4px;
}

#main h1, #modal_container .desc h1 {
  font-size: 190%;
  padding: 5px 0;
}

#main h2, #modal_container .desc h2 {
  font-size: 150%;
  padding: 0 0 0 5px;
  margin: 25px 0 0 0;
  border-bottom: 1px dotted #ccc;
}

#main h3, #modal_container .desc h3 {
  font-size: 120%;
  padding: 6px 0;
  color: #333;
}

#main p, #modal_container .desc p {
  padding: 0 5px 5px 5px;
}

div.blankslate {
  background: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 9px;
  font-weight: bold;
  margin: 0 !important;
}

#pbody h2, div.desc h2 {
  border-bottom: none !important;
  font-size: 160%;
  color: #000;
}

#pbody ul, #pbody ol, .desc ol, .desc ul {
  margin: 9px 0 9px 39px;
}

#pbody li, .tcnt li {
  margin-bottom: 6px;
}

#pbody h4, #pbody h5 {
  font-size: 92%;
}

h2#ptitle {
  font-size:  130%;
  border: none;
  margin-bottom: 10px;
}

/*------------------------------------------------------------------------------------
  @group buttons
------------------------------------------------------------------------------------*/

/*button.button, input.button {
  padding: 3px 9px;
  background: #f5f5f5;
  font-weight: bold;
  border:1px solid #cecece;
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
}

.block-actions button:hover, button.button:hover, input.button:hover,
.prioritize:hover {
  background: #ddd;
  border:1px solid #999;
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
}

.button.cancel {
  color: #c00;
}

.button.go {
  color: #471;
}*/

/* @end */

/*
 *=DAHSBOARD
 */

/* @group Events */

div.link-bar {
  text-align: right;
  border-bottom: 1px solid #eee;
  padding: 6px 9px;
}

a.csv,a.atom {
  background: url(/images/lh2/app/icons/rss.png) 0 50% no-repeat;
  padding-left: 21px;
  font-weight: bold;
  color: #333;
}

a.csv {
  position: absolute;
  top: 6px;
  right: 9px;
  font-weight: normal;
  padding: 3px 6px 3px 24px;
  background-color: #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-position: 3px 50%;
  background-image: url(/images/lh2/app/icons/csv.gif);
}
a.csv.excel {
  right: 79px;
}

a.csv:hover,a.atom:hover {
  color: #555;
}

#events {
  margin-top: 18px;
  margin-left: 81px;
}

#events h3 {
  border-bottom: 1px solid #ccc;
}

.events, .pagelist {
  margin: 0 0 60px 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.events li.event.bulk_pending {
  color: #aaa;
}
.events li.event {
  padding: 12px !important;
  line-height: 160%;
  border-bottom: 1px solid #eee;
  position: relative;
}

.day-break, .time-span {
  position: absolute;
  left: -81px;
  top: 9px;
  width: 60px;
  text-align: center;
  display: block;
  background-color: #eee;
  padding: 9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

li.daybreak {
  border-top: 2px solid #e4e4e4;
}

span.day {
  display: block;
  font-size: 92%;
  font-weight: bold;
}

span.num {
  color: #777;
}

#events .emeta a {
  color: #555;
}

#events .emeta a:hover {
  color: #111;
}

.etype {
  width: 60px;
  background-color: #555;
  color: #fff;
  position: absolute;
  right: 0;
  top: 18px;
  text-align: center;
  padding-bottom: 2px;
  font-size: 92%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 4px;
}

.emessage { background-color: #F92;}
.ereply { background-color: #D52;}
.eticket { background-color: #aaa;}
.emilestone { background-color: #81C;}
.epage { background-color: #0A2;}
.echangeset { background-color: #000;}
.efile { background-color: #B24;}

.time-span, .dtime {
  font-size: 92%;
  color: #666;
  background-color: transparent;
}

li.event ul {
  padding-left: 10px;
  list-style: none;
}

li.event ul li {
  background: url(/images/lh2/app/bullet.gif) 2px 50% no-repeat;
  padding-left: 18px;
}

.events li blockquote p {
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  color: #444;
  font-size: 92%;
}

.events .event-date {
  color: #999;
  font-family: Georgia, Times, serif;
  position: absolute;
  top: 18px;
}

.events .avatar, .msg .avatar {
  width: 25px;
  height: 25px;
  padding: 2px;
}

.tcnt .event-date a.edit {
  color: #07b;
}

.greet-cnt img,
.tcnt .desc img {
  max-width: 520px;
}

/* @end */


/* @group Sidebar */

#sbar {
  position: relative;
}

.sbar-btn {
  display: block;
  background: url(/images/lh2/app/button-right.png) top right no-repeat;
}

.sbar-btn a {
  display: block;
  background: url(/images/lh2/app/button-left.png) no-repeat;
  line-height: 280%;
  margin: 0 5px 9px 0;
  text-align: center;
  color: #000;
  font-weight: bold;
}

.sbar-btn a img {
  vertical-align: middle;
}

.sbar-btn .plus-sign {
  margin-top: -5px;
}

.sbar-btn a:hover {
  color: #006699;
}

#utility, .specialblock {
  color: #fff;
  margin-left: 5px;
}

#utility select {
  background: #fff;
  color: #333;
  border: 1px solid #58b;
  font-weight: normal;
}

.specialblock a {
  color: #fff;
  display: block;
  background-color: #5B9BC8;
}

a.pedit {
  font-weight: normal;
  font-size:  92%;
  color: #bdf;
}

a.pedit:hover {
  color: #fff;
}

#sbar dl {
 margin: 0 10px;
 padding: 10px;
}

#sbar dd {
 border: 0;
 display: inline;
}

.sblock {
  float:left;
  width:100%;
  background: transparent;
  color: #555;
  margin-bottom: 18px;
  zoom:1;
}

.sblock:after {
  content: ".";
  height: 1px;
  visibility: hidden;
  clear: right;
  display: block;
}

.sblock-cnt {
  padding: 6px;
}

.sblock h3 {
  padding: 0 0 3px 0 !important;
  margin-bottom: 0;
  text-transform: uppercase;
  position: relative;
  color: #222;
  font-weight: bold;
  font-size: 92%;
  clear: none;
}

.sblock p {
  padding: 6px 6px 0px 6px;
}

.sblock .btm-link {
  margin-top: 9px;
  float: right;
  background: #999;
  color: #fff;
  display: block;
  padding: 0 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 92%;
}

.sblock .btm-link:hover {
  background: #333;
}

#new-callback {
  margin-top: 2em;
  background: #ccc;
  padding: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
#new-callback h3 {
  margin: 4px auto;
  text-align: center;
  color: #555;
  border-bottom: 4px solid #ddd;
}
#new-callback input[type=text] {
  width: 100%;
  font-size: 1.3em;
}
#new-callback p {
  margin-top: 10px;
  padding-bottom: 5px;
  text-align: right;
  zoom:1;
}
#new-callback label {
  display: block;
}
#new-callback select {
  width: 100%;
}
#new-callback p:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }

#setopenid input#openid_url { float:left; width:170px; padding:3px 4px; }
#setopenid input.button { padding:3px 12px; min-width:0; }
#setopenid p.hint {clear:both; padding: 6px 0 0 0 !important;}

.attention h3 {
  font-size: 120%;
  margin-bottom: 6px;
  color: #fff;
  text-transform: none;
  color: #333;
}

.attention {
  margin-bottom: 9px;
  margin-top: 9px;
  line-height: 160%;
  background: #ccc;
  color: #555;
  padding: 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.attention a {
  color: #fff;
  text-decoration: underline;
}

.attention .abutton {
  color: #38B;
  padding: 2px;
  margin-top: 3px;
  font-weight: bold;
  text-transform: none;
  text-decoration: none;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 4px;
  border-radius: 2px;
}

.attention .abutton:hover {
  background-color: #fff;
  color: #000;
}

.smodal {
  color: #fff;
  margin-bottom: 20px;
}

.smodal-cnt {
  padding: 5px;
}

.smodal h3 {
  padding: 5px 5px 0px 5px;
  font-size: 92%;
  background: #548EB8 url(/images/lh2/app/tr.gif) top right no-repeat;
  position: relative;
  text-shadow: 1px 1px #fff;
}

#sbar h4 {
  font-size: 100%;
}

.avatar, .tinyavatar {
  background: #fff;
  padding: 3px;
  float: left;
  margin: 0 5px 0 0;
  max-height: 40px;
  height: 40px;
  max-width: 40px;
  overflow: hidden;
  border: 1px solid #eee;
}

.tinyavatar {
  padding: 1px;
  width: 20px;
  height: 20px;
  float: none;
  vertical-align: middle;
  border: 1px solid #eee;
}

#sbar .avatar {
}

#assignees li {
  height: 38px;
  border-bottom: 1px dotted #ccc;
  padding: 5px 5px 5px 25px;
  list-style: none;
  position: relative;
}

#assignees li input {
  position: absolute;
  left: 2px;
  top: 45%;
}

#assignees li a {
  color: #000;
}

#assignees .avatar {
  width: 30px;
  height: 30px;
}

ul.stacked {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 130%;
  font-weight:  normal !important;
}

ul.stacked li {
  position: relative;
  padding: 5px;
}

.badge {
  color: #333;
  font-weight: bold;
  width: 38px;
  display: block;
  float: left;
  padding: 2px;
  text-align: center;
  margin-right: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-top: -1px;
}

ul.wbadges li {
  padding: 0 !important;
  line-height: 100% !important;
  margin: 0 !important;
}

ul.wbadges li a {
  position: relative;
  padding: 8px;
  display: block;
  color: #555;
}

ul.wbadges li {
  font-weight: bold;
}

ul.wbadges a span.badge {
  color: #fff;
  background-color: #5596C4;
  line-height: 100%;
}
#sidebar-messages span.badge {
  color: #fff;
  background-color: #D52; /* see .ereply */
}
#message-comments span.date, #sidebar-messages span.date {
  font-weight: normal;
  color: #888;
  display: inline-block;
}

ul#references a {
 font-weight: bold;
 margin-left: -4px;
 margin-right: 2px;
}
ul#references a span.badge {
  color: #fff;
  background-color: #5596C4;
  line-height: 100%;
  margin-top: 1px;
  width: 45px
}

li.aproj a span.badge {
  background: #bbb;
  color: #999;
}

ul.wbadges li.aproj a {
  color: #777;
  font-weight: normal;
}

ul.components li {
  padding: 8px 10px 8px 30px;
  background: url(/images/lh2/app/icons/bug-large.png) 0 50% no-repeat;
}

.smeta {
  font-size: 92%;
}

.radioed {
  margin-top: 5px;
}

.export-radio {
  margin-top: 25px;
}
.radioed h4, .export-radio h4 {
  color: #444;
}

.radioed li, .export-radio li {
  padding: 0 5px 10px 25px;
  list-style: none;
  position: relative;
  color: #555;
}

.radioed li input, .export-radio li input {
  position:  absolute;
  left: 5px;
  top: 0;
}

.mmeta {
  margin-top: 3px;
  font-weight: bold;
}

.mstone-chart {
  background: url(/images/lh2/app/mstone-chart-bg.gif) no-repeat;
  height: 22px;
  padding: 5px 0 0 6px;
  position: relative;
}

.mstone-progress {
  background: url(/images/lh2/app/mstone-progress.gif) top left no-repeat;
  height: 17px;
  position: absolute;
  right: 12px;
  top: 5px;
}

#sidebar-messages li, #projects li, #user-ticket-bins li, #shared-ticket-bins li, .blist li {
  padding: 5px;
  border-top: 1px solid #ccc;
  margin-top: 0 !important;
}

li a.close {
  float: right;
  display: block;
  color: red;
}
dl a.close {
  color: red;
  margin-left: 10px;
}
input#milestone_title {
  margin: 2px 0;
}

#sidebar-messages li a:hover, #projects li a:hover, #user-ticket-bins li a:hover,
#shared-ticket-bins li a:hover,
.blist li a:hover {
  background-color: #ccc;
}

/*li.current-bin a {
  background: url(/images/lh2/app/check.png) 98% 50% no-repeat;
  padding-right: 20px;
}*/

.tktlink a:hover {
  color: #333;
}
.message-summary {
  color: #888;
  display: block;
  padding: 4px 0;
}
ul.link-list {
  list-style: none;
  padding-bottom: 18px;
}

ul.link-list li {
  padding: 3px;
  display: block;
  border-top: 1px solid #ccc;
}

ul.link-list li .right {
  float: right;
}

ul.link-list li a:hover {
  background-color: #ccc;
}

li.last, li.last a {
  border-bottom: none !important;
}

.watcherdude a.watcher {
  padding: 0 10px 10px 0;
}

.opts {
  text-align: right;
  font-weight: normal;
  font-size: 92%;
  margin-top: 5px;
}

.proj-desc {
  color: #555;
  padding: 9px 0 9px 0;
}

/* @end */


/* @group Greetings */

.greet {
  background: #f7f7f7;
  padding: 9px 9px;
  position: relative;
  color: #333;
  border-bottom: 1px solid #ddd;
}

.greet h2 {
  margin: 0 0 3px 0!important;
  border: none !important;
  color: #222;
  font-size: 130% !important;
}

.greet .date, .greet .gmeta {
  color: #5F87A5;
}

.gleft, .tleft {
  float: left;
  width: 55px;
}

.gcnt, .tcnt {
  margin-left: 55px;
  margin-right: 120px;
}


.tcnt a.edit:hover { color: #07b;}

.greet-cnt {
  margin-top: 9px;
}

.greet-cnt p {
  margin-bottom: 7px;
}

.greet-cnt ul, .greet-cnt ol {
  padding-left: 25px;
  margin: 5px;
}

.gbar {
  margin-top: 5px;
}

.gbar ul { list-style:  none; float: right;}
.gbar li { display:  inline;}
.gbar li a { display: block; float:  left; padding: 5px 10px; color: #aed7f3;}

#main .greet h3 {
  color: #222;
}

.greet a, .gbar a {
  color: #747780;
  text-decoration: underline;
  border: none;
}

.greet a:hover, .gbar a:hover {
  color: #222;
  background: transparent;
}

/* @end */

/* @group Data List */

.data-list {
  margin: 40px 0 0 0;
}

.data-list h3 {
  margin: 0 0 5px 0;
  border-bottom: 1px dotted #bbb;
  padding: 0;
  font-size: 100%;
  color: #130;
}

.data-list h3 a {
  color: #000;
  border: none;
  text-decoration: none;
}

.data-list a {
  border: none;
  font-weight: bold;
}

.data {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.data li {
  line-height: 160%;
  position: relative;
}

.data li a { border: 0; font-weight: bold;}

.data li a:hover {
  color: #333;
}

.media-list {
  list-style: none;
}

.media-list li.media-item {
  padding: 9px;
  border-bottom: 1px solid #eee;
  line-height: 100%;
}

.media-list h4 {
  line-height: 100%;
  margin-bottom: 6px;
}

#main .media-list p.meta {
  margin-top: 0;
  color: #777;
  text-align: left;
  font-weight: normal;
  padding: 0;
}

.data .ttstate {
  white-space: nowrap;
}

/* @end */

.event-date {
  position: absolute;
  right: 5px;
  font-size: 92%;
}

h3 .event-date {
  font-weight: normal;
  right: 20px;
}

#events .emeta {
  line-height: 140%;
  color: #333;
  padding-left: 0 !important;
}

#events .emeta a {
  color: #777;
  font-weight: normal;
}

div.cs-body {
  font-size: 92%;
  color: #777;
}

.dated-list h3 {
  border-bottom: 1px solid #aaa;
}

.subscribe {
  display: block;
  padding-left: 15px;
  border: none !important;
  text-decoration: none;
  background: url(/images/lh2/app/icons/feed.gif) 0 50% no-repeat;
  line-height: 100%;
}

/*
 *=DATA VIEWS
 */

table.data {
  width: 100%;
}

table.data th {
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding: 9px;
}

table.data td {
  padding: 9px;
  border-bottom: 1px solid #eee;
}

td.issue {
  width: 40%;
}

td.closed {
  background: url(/images/lh2/app/icons/closed.png) 5px 50% no-repeat;
}

td.date {
  color: #555;
}

li.aticket span.points {
  background: #eee;
  padding: 2px 5px;
  border-radius: 2px;
}
td.points {
  text-align: center;
}

/* @group Milestones */

#milestone-nav {
  text-align: right;
  padding: 18px 9px 9px 9px;
  margin-bottom: 10px;
}

#milestone-nav li a {
  color: #555;
}

#milestone-tabs {
  float: right;
  margin-left: 9px;
}

#milestone-tabs li {
  display: inline;
  list-style: none;
  margin-right: 3px;
  font-weight: bold;
}

#milestone-tabs li a {
  border-bottom: 1px solid #ccc;
}

#milestone-nav li.selected a {
  color: #38B;
  background: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 3px;
  border-bottom: 0;
}

#milestones {
  margin: 10px;
}

#milestones h2 {
  border: none;
  font-size: 100%;
  border-bottom: 1px solid #bbb;
  padding: 5px;
}

table.milestone-list td {
  position: relative;
}
table.milestone-list {
  width: 100%;
}

table.milestone-list .progress-bar {
  width: 175px;
}

#milestones td.progress-bar .pbar,
#milestones td.progress-bar .pbar-container {
  height: 10px;
}

table.late td.progress-bar .pbar {
  background-color: #c00;
}

table.milestone-list .lbl {
  font-weight: bold;
  width: 375px;
}

table.milestone-list .due {
  font-weight: normal;
  color: #777;
}

table.milestone-list td.lbl p {
  padding: 0 !important;
}

table.milestone-list .move {
  font-size: 92%;
  color: #270;
  font-weight: normal;
  border-bottom: 1px solid #270;
}

table.milestone-list .move:hover {
  color: #333;
  border-color: #333;
}

table.milestone-list.late .due {
  color: #888;
}

table.milestone-list .time-distance {
  color: #777;
}

table.late .ttl {
  color: #900;
  font-size: 130%;
}

table.late .ttl:hover {
  color: #333;
}

table.milestone-list td.remaining {
  text-align: center;
  white-space: nowrap;
}

table.milestone-list .num {
  font-size: 140%;
  font-weight: bold;
  display: block;
  color: #000;
  margin-bottom: 0;
}

table.milestone-list .label {
  color: #777;
}

#milestones td {
  padding: 5px;
  border-bottom: 1px solid #eee;
}

#milestones h3 {
  margin-top: 33px;
}

.milestone {
  padding: 0;
}

#late-milestones {
  background: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-top: 20px;
}

#late-milestones h2 {
  background: #c00;
  padding: 5px;
  margin-top: 0;
  color: #fff;
  border: none;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright:4px;
}

#late-milestones table {
  padding: 5px;
}

#late-milestones .milestone-list td {
  border-bottom: 1px solid #ccc;
}

#late-milestones .milestone-list tr:last-child td {
  border-bottom: none;
}

#milestones tr.milestone-late td {
  border-bottom: 1px solid white;
}

#milestones tr.milestone-scheduled td {
  border-bottom: 1px solid white;
}

#all-milestones tr.milestone-late {
  background: #eee;
}

#all-milestones tr.milestone-scheduled {
  background: #eee;
}

#all-milestones tr.milestone-late .ttl {
  color: #900;
}

#all-milestones tr.milestone-late .ttl:hover {
  color: #333;
}

div.move-content {
  padding: 10px;
  background: #fff;
}

.analytics {
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 9px;
  border-collapse: collapse;
}

.analytics td {
  text-align: center;
  padding: 9px;
  border-right: 1px solid #eee;
}

.analytics th.ttl {
  padding: 9px;
  border-bottom: 1px solid #eee;
  font-size: 110%;
  color: #000;
  text-align: left;
}

.analytics .desc {
  margin-top: 3px;
  color: #555;
  font-size: 92%;
  font-weight: normal;
}

.analytics .ttl a {
  color: #333;
}

.analytics a:hover {
  color: #069;
}

.analytics .num {
  font-size: 180%;
  font-weight: bold;
  display: block;
  color: #000;
  margin-bottom: 6px;
}

.analytics .label {
  color: #777;
}

.sentence {
  padding: 10px;
  background-color: #ddd;
  font-weight: bold;
  margin: 0 -10px;
  background: #eee;
  position: relative;
}

#bulk {
  background: #eee;
  padding: 0 10px 10px 10px;
  margin: 0 -10px;
  position: relative;
}

#pending-jobs {
  margin: 18px 0 0 0;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #A8D3FA;
  padding: 3px;
}

#pending-jobs p {
  margin: 0;
  padding: 0;
}

#bulk ul.examples {
  margin-left: 27px;
}

#bulk p.quiet {
  padding: 6px 0 0 0;
  margin-bottom: 0;
}

a#advanced {
  float: right;
}

input.command {
  width: 470px !important;
}

.inline-form {
  padding: 9px;
  margin-bottom: 9px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#advanced-edit .inline-form {
  border-bottom: none;
}

#main-area {
  float: left;
  width: 70%;
}

#user-list {
}

#user-list ul {
  list-style: none;
}

#user-list li a {
  position: relative;
  display: block;
  height: 32px;
  padding: 5px;
  color: #555;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

#user-list li a:hover {
  background-color: #ccc;
}

#user-list li .avatar {
  width: 24px;
  height: 24px;
}

a span.ticket-count {
  position: absolute;
  right: 9px;
  top: 9px;
  color: #555;
  font-size: 120%;
}

a span.job {
  color: #888;
  font-weight: normal;
  display: block;
  font-size: 92%;
}

.ticket-list {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
}

.ticket-list li {
  border-top: 1px solid #eee;
  line-height: 100%;
  padding: 6px;
  position: relative;
  display: block;
  overflow: hidden;
}

.ticket-list li:first-child {
  border-top: 2px dotted #ccc;
}

.ticket-list li:hover {
  background-color: #f7f7f7;
}

.ticket-list li .order img {
  margin: 0 0.5em;
  vertical-align: middle;
}

.ticket-group {
  margin-top: 24px;
}

#main-content .ticket-group:first-child {
  margin-top: 15px;
}

.currentuser {
  padding: 0 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#ticket-list-wrapper.hidden .bulk_check_header,
#ticket-list-wrapper.hidden .bulk_checkbox{
  display:none;
}

.tnum2 {
  float: left;
  color: #888;
  padding: 3px;
  display: block;
  margin-right: 9px;
  width: 60px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #ddd;
}

.itag {
  background: #eee;
  color: #aaa;
  padding: 0 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tprio-icon {
  width:10px;
  height:10px;
  display:block;
  background-image: url(/images/lh2/app/priority-stoplight.gif);
}

.tprio-icon-high {
  background-position:0 -20px;
}

.tprio-icon-medium {
  background-position:0 -10px;
}

.tprio-icon-low {
  background-position:0 0;
}

.aticket .tprio-icon {
  float:left;
  margin-top:4px;
  margin-right:5px;
}

.resolved li {
  color: #888;
}

.resolved li.aticket a {
  color: #aaa;
}

.marker {
 background: #c00;
 color: #fbb;
 font-size: 92%;
 padding: 3px;
 position: absolute;
 right: 18px;
 top: 6px;
}

.ticket-list a {
  position: relative;
  font-size: 100%;
  line-height: 150%;
  font-weight: bold;
  padding: 5px 5px 2px 5px;
}

.ticket-list .tbody {
  padding: 0 5px 0 0;
  color: #777;
  margin-left: 48px;
}

.ticket-list a.tag {
  background: #eee;
  color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 4px;
  font-weight: normal;
}
.ticket-list a.tag:link {
  color: #aaa;
}
.ticket-list a.tag:hover {
  color: #888;
}
.ticket-list span.handle-wrapper {
  margin-right: 4px;
}

.pagesort {
  display: block;
  text-align: center;
  line-height: 100%;
  color: #fff !important;
  font-weight: bold;
  background-color: #333;
  position: absolute;
  right: 9px;
  top: 3px;
  padding: 6px 6px;
  font-size: 82%;
  width: 60px;
}

.prioritize_milestone,
.prioritize {
  width: 60px;
  position: absolute;
  right: 9px;
  bottom: 6px;
  padding: 6px 6px;
  display: block;
  text-align: center;
  line-height: 100%;
  padding: 3px 9px;
  background: #f5f5f5;
  font-weight: bold;
  border:1px solid #cecece;
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  color: #471 !important;
}

.prioritize_milestone.sorting,
.prioritize.sorting {
  background-color: #38b;
  color: #fff !important;
  border-color: #42AFF0;
  border-bottom-color: #246083;
  border-right-color: #246083;
}

.handle-wrapper {
  float: right;
  z-index: 10;
  padding-left: 1em;
  position: relative;
}

.handle-wrapper span {
  margin: 0;
  display: inline-block;
}

span.handle {
  background: #333;
  color: #fff;
  font-size: 92%;
  padding: 3px 5px;
  margin-left: 1em;
  text-indent: 0;
  border-radius: 2px;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  cursor: pointer;
}

table.sortable tr,
table.sortable td,
ul.sortable li {
  position: relative;
}

.sblock ul.sortable .handle {
  background: #333;
  color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-top: 5px;
}

.sblock .sorting {
  padding: 3px;
  text-shadow: none;
  background-color: #480;
  color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

div h3.uname {
  padding: 0 0 6px 6px !important;
  line-height: 100%;
  position: relative;
  vertical-align: bottom;
  font-size: 100% !important;
  color: #555 !important;
}

div h2.uname {
  padding: 0 0 6px 6px !important;
  line-height: 100%;
  position: relative;
  vertical-align: bottom;
}

div h3.uname .avatar {
  width: 30px;
  height: 30px;
}

div.currentuser h3.uname .avatar {
  border: 1px solid #A3D2F3;
}

div h3.uname span.quiet {
  display: block;
  border: none;
  margin-top: 6px;
}


/* @end */


/* @group Messages */

.message-list {
  padding-top: 20px;
}

.message-list h3 {
  position: relative;
  font-weight: bold;
  font-size: 100% !important;
  border: none;
  margin: 0;
  padding: 0 !important;
}

ul.messages {
  list-style: none;
}

ul.messages li.response {
  padding: 10px;
  border-bottom: 1px solid #eee;
  position: relative;
}

.messages h4 {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

.messages li.msg {
  border-bottom: 1px solid #eee;
  position: relative;
  margin-left: 80px;
}

.messages li h4 a {
  border: none;
  font-size: 120%;
}

.messages li.msg .desc {
  color: #555;
  padding: 0;
  margin-left: 33px;
}

.messages .attachment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.messages .attachment-list .tcnt {
  margin-left: 6px;
}

.messages .attachment-list .tleft {
  padding: 0;
  margin: 0;
  width: auto;
}

.desc p {
  padding-left: 0 !important;
}

div.desc ul, .greet-cnt ul {
  margin: 9px 0 9px 27px;
  list-style-type: disc;
}

div.desc ul li {
  margin-bottom: 6px;
}

.messages p, .gdesc p {
  margin-bottom: 8px;
}

.messages .last {
  border: none;
}

.msg {
  padding: 5px;
  margin-bottom: 15px;
}

.msg h3 {
  margin: 0;
  padding-left: 5px;
}

.msg ul {
  list-style-type: disc;
}

.msg .desc ul {
  line-height: 170%;
}

.msg ul, .msg ol, .comments ul, .commnets ol, .gdesc ul, .gdesc ol {
  padding-left: 25px;
  margin: 5px;
}

.msg-meta {
  margin-bottom: 5px;
  font-size: 92%;
  padding: 0 5px 5px 5px;
  color: #888;
  font-weight: bold;
}

.msg-meta a {
  color: #777;
}

.msg .desc p {
  padding-left: 5px !important;
}

.msg-meta a:hover {
  color: #555;
}

/* @end */


/*------------------------------------------------------------------------------------
  @group attachments
------------------------------------------------------------------------------------*/
.attachments {
  list-style: none;
  margin-top: 9px;
  padding: 0px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  line-height: 100%;
  border: 1px solid #eee;
}

.gcnt .attachments {
  border: 1px solid #ddd;
  max-width: 500px;
}

.attachments li {
  position: relative;
  list-style: none;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
attachments li:last-child {
  border-bottom: none
}

.attachment .file-size {
  display: block;
  color: #999;
  font-size: 92%;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  min-width: 100px;
}
li.attachment a.item {
  padding: 0px 0 18px 56px;
  margin: 6px 6px 6px 0;
  background: url(/images/lh2/app/mime/attachment.png) 0 50% no-repeat;
  display: block;
  font-size: 92%;
}
li.attachment a.item_thumbnailed {
  margin: 0;
  background: none;
  font-size: 92%;
}
.sbar a.item {
  margin-top: 0;
}
a.item_thumbnailed img {
  margin-right: 16px;
  vertical-align: middle;
  border: 3px solid #eee;
}
.sbar a.item_thumbnailed img {
  vertical-align: text-top;
}
.attachment .xdel {
  color: #c00;
  text-decoration: underline;
  padding-left: 3px;
  visibility: hidden;
}

.attachment .xdel:hover {
  background-color: #ffc;
}

.attachment:hover .xdel {
  visibility: visible;
}

li.apdf  a.item { background-image: url(/images/lh2/app/mime/pdf.png);}
li.axls  a.item { background-image: url(/images/lh2/app/mime/xls.png);}
li.adiff a.item { background-image: url(/images/lh2/app/mime/diff.png);}
li.atxt  a.item { background-image: url(/images/lh2/app/mime/txt.png);}
li.adoc  a.item { background-image: url(/images/lh2/app/mime/doc.png);}
li.azip  a.item { background-image: url(/images/lh2/app/mime/zip.png);}
li.atar  a.item { background-image: url(/images/lh2/app/mime/tar.png);}
li.aimg  a.item { background-image: url(/images/lh2/app/mime/img.png);}


/* Sidebar attachments  */
#sbar .attachments {
  border: none;
}

#sbar .attachments li {
  float: none;
  border-bottom: 1px solid #ccc;
  line-height: 100%;
  min-height: 31px;
}

#sbar .attachments .file-size {
  top: 26px;
  left: 59px;
}

/* @end */

/*------------------------------------------------------------------------
 *=COMMENTS
 ------------------------------------------------------------------------*/
.comments h4 {
  border:  none;
  padding: 0;
}

/* @group Ticket Page */
#save-search {
  text-align: left;
  padding: 9px;
  border-top: 1px solid #ddd;
  margin-top: 9px;
}

#save-search p {
  margin-bottom: 6px;
}

#save-search h3 {
  font-size: 120%;
}

#save-search label {
  display: block;
}

#save-search .meta {
  display: block;
  color: #999;
  text-align: left;
  font-weight: normal;
  margin: 3px 0 0 0;
  padding: 0;
}

.filter {
  background: #eed;
  padding: 5px;
  border-bottom: 1px dotted #cd8;
  text-align: right;
}

.filter label {
  font-weight: bold;
}

#ticket .date {
  font-weight: normal;
  display: block;
  color: #555;
}

.filter input, .filter select {
  border: 1px solid #cc9;
  color: #333;
}

.filter option {
  border-bottom: 1px solid #eee;
}

.meta {
  padding: 10px;
  margin: 10px 0;
  text-align: center;
  font-weight: bold;
}

.open {
  background: #bee;
  border: 1px solid #6bb;
}

.description {
  padding: 0;
  margin: 0;
  font-size: 110%;
}

.tticket {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 9px !important;
}

.tticket a.edit, li.response a.edit {
  position: absolute;
  right: 0;
  top: 9px;
  padding: 3px 9px 2px 8px;
  background: #f5f5f5;
  font-weight: bold;
  border:1px solid #cecece;
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 11px;
}



.flag .spambtn {
  background: #f5f5f5;
  min-width: 0;
  padding: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border:1px solid #cecece;
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
}

.webkit .flag .spambtn {
  padding: 6px;
}

.flag {
  font-size: 10pt;
  color: #888;
  position: absolute;
  right: 50px;
  top: 9px;
  float: none;
  min-width: 0;
}


.changes {
  margin-top: 18px !important;
}

.changes h3 {
  padding: 5px;
}

.changes h4 a { color:  #444; }

.changes h4 {
  position: relative;
  font-size: 110%;
}

.changes .event-date, .response .event-date {
  position: static;
  display: block;
  color: #888;
  font-size: 92%;
}

.changes .event-date a {
  color: #999;
  font-weight: normal;
}

ul.info {
  list-style: none;
  margin: 0 0 18px 0;
  padding: 0;
}

ul.info li {
}

ul.info > ul li {
  border: none;
}

ul.info li:last-child {
  border-bottom: none;
}

.ticket-changes {
  margin: 6px 0;
  padding: 0;
  width: 100%;
}

.info .desc {
  margin-top: 9px;
  color: #555;
}

ul.ticket-changes li {
  display: block;
  padding: 1px 0;
  font-weight: bold;
}

.change {
  background: #eee;
  font-style: normal;
}

.ticket-header-title h2 a, .ticket-meta span a {
  text-decoration: none;
  color: #123;
}
ul#ticket-title {
  list-style: none;
  margin:5px 0px;
}
ul#ticket-title li {
  float:left;
  white-space: nowrap;
  margin-right:1em;
  line-height: 1.5em;
}
ul#ticket-title li input {
  min-width:550px;
}
ul#ticket-title label {
  margin-right:1ex;
  font-weight: bold;
  display:inline-block;
  width: 8ex;
}

#ticket_points_display {
  font-weight: bold;
  font-size: 130%;
  background: #ddd;
  line-height: 15px;
  padding: 6px 10px 4px;
  display: block;
  text-align: center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#ticket_points_display small {
  display: block;
  font-size: 9px;
}
#ticket_points_display a {
  color: inherit;
  cursor: pointer;
}
#ticket_points_form_wrapper li {
  list-style-type: none;
}
#ticket_points_form_wrapper li.current {
  font-weight: bold;
}
#ticket_points_form_wrapper li a {
  border: 1px solid white;
  padding: 2px 6px;
  color: #38B;
  cursor: pointer;
  text-decoration: none;
}
#ticket_points_form_wrapper li a:hover {
  border-color: #DDDDDD;
  background: #f7f7f7;
}
#ticket_points_form_wrapper li span.points {
  width: 30px;
  display: inline-block;
}
#ticket_points_form_wrapper #ticket_points {
  width: 15px;
  float: left;
  padding: 4px;
  margin: 1px 10px 0 1px;

  background: #f7f7f7;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#ticket_points_form_wrapper p {
  padding: 7px 0 3px;
}

.greet .points-chart {
  border: 1px solid #eee;
  height: 70px;
  width: 140px;
  float: right;
}
#sbar .points-chart {
  margin-bottom: 10px;
  width: 100%;
  border: 0;
  height: 80px;
}


.ticketnum {
  text-align: center;
  font-weight: bold;
  font-size: 130%;
  background: #ddd;
  line-height: 40px;
  padding: 0 10px;
  display: block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.ticketnum a {
  color: #112233;
  text-decoration: none;
}

.ticket-meta {
  float: right;
  margin-left: 1ex;
}

.tstate {
  color: #aaa;
  line-height: 120%;
  padding: 2px;
  font-weight: bold;
  margin-bottom: 1em;
}

.ticket-meta .tstate {
  text-align: center;
  display: block;
  margin-top: 3px;
}

.topen {
  color: #f17;
}

.tresolved {
  color: #333;
}

.tinvalid {
  color: #A30;
}

.thold {
  color: #EB0;
}

.tresolved {
  color: #6A0;
}

td.tnum a {
  color: #777;
}

#attach-fields {
  list-style: none;
}

#attach-field li {
  padding:  6px 0 4px 42px;
  position: relative;
}

#attach-fields a.add, #attach-fields a.rem {
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 6px;
  text-indent: -9999px;
  background: url(/images/lh2/app/icons/add.png) no-repeat;
}

#attach-fields a.rem {
  left: 19px;
}

#attach-fields a.rem  {
  background: url(/images/lh2/app/icons/remove.png) no-repeat;
}


/* @end */


/* @group Members and Users */
#new-project-invite h2 {
  border: 0px;
  padding: 0 0 6px 5px;
}

#new-project-invite p.subtitle {
  color: #656565;
}

.members-list {
  list-style: none;
}

.members-list span.checkbox {
  margin-right: 6px;
  vertical-align: middle;
}

.members-list span.user-role {
  float: right;
  color: #656565;
  font-weight: normal;
}

.members-list li.member {
  padding: 9px;
  position: relative;
  border-bottom: 1px solid #eee;
  font-weight: bold;
}

.members-list .avatar {
  width: 30px;
  height: 30px;
  padding: 1px;
}

.inlinecheck {
  position: absolute;
  top: 9px;
}

a.set-perm-btn {
  position: absolute;
  right: 18px;
  top: 9px;
  display: block;
  background-color: #ddd;
  color: #555;
  padding: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.project-access-list {
  margin-top: 9px;
}

.project-access-list li {
  border-right: 1px dotted #ddd;
  font-weight: bold;
  list-style: none;
  display: block;
  float: left;
  width: 22%;
  padding: 9px;
  border-top: 1px dotted #ddd;
}

.member-permissions {
  clear: left;
  margin-top: 18px;
  background-color: #fff;
  border-top: 3px solid #333;
}

.member-permissions p.btns {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

#users {
  width: 100%;
  margin-bottom: 40px;
}

#users tr td {
  border-bottom: 1px solid #eee;
  padding: 5px;
  vertical-align: top;
}

#users td.uinfo {
  border-right: 2px solid #eee;
  width: 280px;
}

#users td.uinfo p {
  margin: 0;
  padding: 0;
  line-height: 120%;
  font-size: 92%;
  color: #777;
}

#users .uemail {
  margin-bottom: 5px !important;
}

#users .uemail a {
  font-weight: bold;
  color: #555;
}

#users ul {
  margin-left: 20px;
  list-style-image: url(/images/lh2/app/bullet.gif);
  font-size: 92%;
  color: #777;
  line-height: 180%;
}

#users .avatar {
  float: left;
  margin-right: 10px;
  max-height: 50px;
  max-width: 50px;
}

.quiet {
  color:#888;
  border-bottom:1px solid #eee;
  font-weight:normal
}

p.or {
  font-weight: normal;
   color: #656565;
   padding: 9px !important;
}

p.aa {
  padding-top: 18px !important;
}

.setting-perms {
  background: #eee;
}

.pending-badge {
  background: #ed5;
  color: #983;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #cb4;
  padding: 0 3px;
}

a.resend {
  position: absolute;
  top: 9px;
  right: 18px;
}


.members-list li.pending {
  color: #aaa;
}

/* @end */


/* @group Settings */

.setgroup {
  padding: 10px;
  margin: 5px 0;
}

.setform {
  background: #eee;
  padding: 10px;
  margin: 0;
}

dd.avatar {
  margin: 15px 2px 5px 0;
  float: left;
  padding: 0;
}

dd.avatar img {
  border: none;
}

.settings {
  margin-top: 20px;
}

#account-export {
  margin: 24px;
}

.settings table {
  margin: 10px 10px 20px 10px;
}

.settings td.callback-url a {
  width: 260px;
}

.settings h3 {
  font-size: 120% !important;
  margin-top: 20px;
}


ul#api-keys {
  list-style: none;
  margin-left: 20px;
  font-size: 110%;
}

#api-keys li {
  padding:  5px;
  border-bottom: 1px dotted #eee;
}

#api-keys h4 {
  font-size: 92%;
  color: #555;
}

#api-keys code { color: #777; background: #f2f2f2; }

#api-keys .destructive {
  color: #D41;
  font-weight: normal;
  font-size: 92%;
}

.token {
  font-weight: bold;
}

span.tokenkey {
  padding: 0 !important;
  color: #888 !important;
}

.token code {
  padding: 0 !important;
  background: #fff !important;
  font-family: "Courier New", Courier, Monaco, fixed;
}

#new_token label {
  font-weight: bold;
}

ul.inline {
  list-style: none;
  padding: 5px;
}

ul.inline li {
  display: inline;
  line-height: 400%;
  padding: 0;
}

li.bloc {
  line-height: 150% !important;
  display: block !important;
  padding: 5px;
}

/* @end */

/* @group Ticket */

#bulkedit-tickets {
  list-style: none;
}

#bulkedit-tickets li {
  padding: 4px;
  border-bottom: 1px solid #f2f2f2;
}

#watch-ticket .button {
  margin-top: 5px;
  margin-right: 10px;
}

/* @end */

/* @group Changeset */

#changes {
  list-style: none;
  margin-left: 40px;
}

#changes li {
  padding: 4px;
  border-bottom: 1px solid #f2f2f2;
}

#changes li span {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  float: left;
  margin-right: 5px;
}

span.cs-m, span.cs-u, span.cs-e { background: url(/images/lh2/app/icons/m.png) no-repeat; }
span.cs-d { background: url(/images/lh2/app/icons/d.png) no-repeat;}
span.cs-a { background: url(/images/lh2/app/icons/a.png) no-repeat;}

/* @end */


/* @group System */

#flashes {
  text-align: center;
  font-weight: bold;
}

#flash-notice, #flash-errors, #flash-archived, #errorExplanation, .delete-dialog {
  background: #bec;
  color: #031;
  padding: 10px;
  border: 3px solid #8DA;
  border-right: none;
  border-left: none;
  border-bottom-width: 2px;
  border-top-color: #483;
}

#flash-archived {
  border-top-color: #DB0;
  background: #fd4;
  border-bottom-color: #fe7;
  color: #641;
}

#flash-errors, .delete-dialog, #errorExplanation {
  background: #fdd;
  border-top-color: #c00;
  border-bottom-color: #fbb;
  color: #700;
}

.delete-dialog p.btns {
  background: transparent;
}

#errorExplanation {
  background: #FFEBEB;
  margin: 20px;
  border: 1px solid #FF8585;
  color: #b11;
}

#errorExplanation ul {
  margin-left: 20px;
}

#errorExplanation h2 {
  margin: 0;
  font-size: 120%;
  border: none;
}

#flash-archived a {
  color: #333;
  text-decoration: underline;
}

#announcement {
  margin: 9px 18px 0 18px;
  background: #fd8;
  border: 1px solid #c90;
  border-top: 1px solid #ccb100;
  border-left: 1px solid #ccb100;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0;
}

#announcement h2 {
  font-size: 120%;
}

#announcement a.close {
  font-size: 120%;
  float: right;
  color: #bbb;
  margin-top: -9px;
  margin-right: -6px;
  text-shadow: -1px -1px rgba(0,0,0,0.5);
}

#announcement a.close:hover {
  color: #c00;
  text-shadow: 1px 1px rgba(0,0,0,0.2);
}

#ann-cnt {
  background: #fff;
  margin: 6px;
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#delete-diag {
  padding: 0 !important;
}

#delete-diag form {
  padding: 10px;
}

/* @end */


/*------------------------------------------------------------------------
 *=MISC
 ------------------------------------------------------------------------*/

.spammer {
/*  background: #fefefe;
  padding: 6px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;*/
}

#user-select {
  background: #fff;
  margin: 0;
  padding: 0;
  background: #fff;
}

#select {

}

.trigger {
  cursor: pointer;
}


#select #optgroup {
  position: absolute;
  top: 41px;
  left: 4px;
  width: 470px;
  z-index: 9999;
  padding: 0;
  margin: 0;
}

#select #options {
  background: #fff;
  border: 1px solid #bbb;
  padding: 0 0 3px 3px;
}

#select #options a {
  float: none !important;
  margin: 0;
  border: none;
  display: inline;
  padding: 0;
}


#options .endgroup {
  border-bottom: 2px solid #999 !important;
}

.custom-select li {
  position: relative;
  padding: 0;
  cursor: pointer;
  line-height: 100%;
  list-style: none;
  height: 23px;
  color: #555;
  float: left;
  width: 150px;
  vertical-align: middle;
  margin: 3px 3px 0 0;
  background: #f7f7f7;
  border: 1px solid #eee;
}

.custom-select li:hover {
  border-color: #ccc;
  background-color: #f1f1f1;
}

.custom-select .uname {
  margin-left: 26px;
  margin-top: 5px;
  display: block;
}

#assigned-user {
  line-height: 100%;
  height: 23px;
  padding: 3px;
  background: #f7f7f7 url(/images/lh2/app/ddownarrow.gif) no-repeat;
  background-position: 98% 6px;
  color: #555;
  border: 1px solid #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

#assigned-user .uname {
  margin-top: 6px;
  display: block;
}

#assigned-user:hover {
  background: #eee url(/images/lh2/app/ddownarrow.gif) no-repeat;
  background-position: 98% -26px;
  border-color: #bbb;
}

.custom-select li .avatar {
  width: 16px;
  height: 16px;
  padding: 1px;
  border: 1px solid #eee;
  position: absolute;
  top: 2px;
  left: 3px;
}

#assigned-user .avatar {
  width: 16px;
  height: 16px;
  padding: 1px;
  border: 1px solid #eee;
  margin-top: 1px;
}

.small-head {
  font-size: 90% !important;
  border-bottom: 1px solid #aaa !important;
}

.sect-head {
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
}

.group {
  margin: 18px 0 0 0;
}

.group h3 {
  margin-left: 9px;
  padding: 0 !important;
  font-size: 120% !important;
  color: #555 !important;
  text-transform: uppercase;
}

.group-main {
  float: left;
  width: 60%;
}

.group-more {
  margin-left: 62%;
  margin-top: 10px;
}

p.form-tip, div.form-tip {
  margin: 0;
  background: #f7f7f7;
  color: #888;
  margin-top: 10px;
  font-size: 92%;
  padding: 18px !important;
}

.stdout {
  font-weight: bold;
  font-size: 100% !important;
  color: #333 !important;
}

.nada {
  padding: 10px;
  background: #eee;
}

/* @group Code */

pre {
  background: #f7f7f7;
  padding: 10px;
  font-size: 90%;
  line-height: 130%;
}

pre {
  overflow: auto;
}

pre code {
    font-family:"Monaco","Consolas","DejaVu Sans Mono",monospace;
    font-size: 100%;
    color: #444;
}

.keywords { color: #f71; }
code .comment { color: #517; }
.string { color: #392; }
.regex {
  background: #D0F0FF;
  color: #27b;
}
.global { color: #60A;}
.symbol { color: purple;}

/* @end */

/* @group Progress Bars */

.pbar-container {
  height: 18px;
  background: #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 4px;
  border-radius: 2px;
  border: 2px solid #fff;
}

.pbar-label {
  color: #fff;
  font-weight:  bold;
  display: block;
  text-align: center;
}

#pbar, .pbar {
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  background: #270;
}

/* @end */


/* @group Footer */

#footer {
  margin: 9px 0 18px 20px;
  width: 70%;
  text-align: center;
  color: #555;
  font-size: 92%;
  background-color: #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#footer-cnt {
  padding: 9px;
}

#ftr-links {
  list-style: none;
  text-align: center;
}

#ftr-links li {
  display: inline;
  margin-right: 9px;
  padding-bottom: 8px;
}

#footer p {
  padding-top: 10px;
}

#footer a {
  color: #333;
}

#footer a:hover {
  text-decoration: underline;
}

#entp a {
  font-size: 120%;
  font-weight: bold;
  color: #777;
}

#eylogo {
  display: block;
  float: right;
}

/* @end */


/* @group User Dashboard */

#udashboard {
  margin-top: 20px;
}

#lcol {
  width: 50%;
  float: left;
}

#rcol {
  margin-left: 60%;
}

.usblock {
  margin-bottom: 40px;
}

.plist {
  list-style: none;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.plist li {
  padding: 5px;
  border-bottom: 1px solid #ddd;
  font-size: 92%;
  position: relative;
}

.plist .pdate {
  color: #999;
  position: absolute;
  right: 5px;
  top: 5px;
}

.plist li.shade {
  background: #f9f9f9;
}

.plist a {
  color: #333;
  display: block;
  margin-right: 50px;
}

.plist li a:hover {
  color: #07b;
}

/* @end */
/*------------------------------------------------------------------------
 *=PLANS N STUFF
 ------------------------------------------------------------------------*/
.sdata {
  width: 100%;
}

.sdata td, .sdata th {
  border-bottom: 1px solid #ddd;
  padding: 5px;
  color: #666;
  font-size: 92%;
}

.sdata th {
  background: #eee;
  border-right: 2px solid #ccc;
  width: 150px;
  color: #333;
  border-bottom: 1px solid #ddd;
}

table.plans th, table.plans td {
  text-align: center;
  font-weight: bold;
}

.warn {
  color: #c00;
}

div.warn {
  margin: 20px 0;
  background: #fdd;
  border: 1px solid #fbb;
  color: #700;
  padding: 10px;
}

div.warn h3 {
  color: #c00 !important;
}

/*------------------------------------------------------------------------
 *=PAGING
 ------------------------------------------------------------------------*/
.pagination {
  padding: 3px;
  margin: 10px;
}

.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  color: #555;
}

.pagination a:hover, .pagination a:active {
  border: 1px solid #aaa;
  color: #111;
}

.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #444;
  font-weight: bold;
  background-color: #555;
  color: #fff;
}

.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #aaa;
}

/* @group popups */

.popup {
  background: transparent;
  border: 12px solid #333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  text-align: left;
}

.popup-content {
  background: #fff;
}

.popup-inner {
  padding: 9px;
  background-color: #f7f7f7;
}

.popup h3.popup-title {
  padding: 3px 6px;
  background: #555;
  color: #fff;
}

.popup table,
.desc table,
.greet-cnt table {
  width: 100%;
}

.popup th,
.desc th,
.greet-cnt th {
  padding: 6px;
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
  font-weight: bold;
}

.popup td,
.desc td,
.greet-cnt td {
  padding: 6px;
  border-bottom: 1px solid #eee;
}

.popup td.query {
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}

.popup .plinks {
  text-align: right;
  font-weight: bold;
}

.popup .opt-rows {
  list-style: none;
  margin: 12px 0 0 0;
  padding: 0;
}

.popup .opt-rows li {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

.popup .opt-rows li:last-child {
  border: none;
}

.popup .popup-btns {
  text-align: right;
  border-top: 1px solid #eee;
  margin-top: 5px;
  padding: 5px 0 0 0;
}

.popup .popup-btns .button {
  float: right;
}

.popup .popup-btns:after {
  content: ".";
  visibility: hidden;
  height: 0;
  clear: both;
  display: block;
}

.popup a.closebutton {
  float: right;
  padding: 4px 4px 0 0;
}

.popup input[type=checkbox] {
  vertical-align: middle;
}

div#modal_loading {
  background: white;
  border: 2px solid #333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 20px;
  cursor: hand;
}
div#modal_overlay {
  background: #222;
}

.modal-close-btn {
  position: absolute;
  background: #5596C4;
  font-weight: bold;
  color: #fff !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  right: 18px;
  top: 18px;
  padding: 3px 6px;
  line-height: 100%;
}

#preview-content div.popup-content {
  overflow-y: auto;
  max-height: 400px;
  padding: 10px;
}

#preview-button {
  float: right;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #eee url(/images/lh2/app/icons/preview.png) 3px 50% no-repeat;
  padding: 3px 6px 3px 20px;
  margin-top: -3px;
}

/* @end */

/* @group calendar */


#due-calendar {
  margin-top: 9px;
}

#due-calendar a.nav {
  font-weight: bold;
}

#due-calendar .header {
  color: #fff;
}

#due-calendar .calendar_date_select {
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 300px;
}

#due-calendar .calendar_date_select td,
#due-calendar .calendar_date_select th {
  line-height: 24px;
}

#due-calendar td a {
  color: #333;
}

#due-calendar td.today a {
  background-color: #EFF0C4;
  color: #b72;
  font-weight: bold;
}

#due-calendar td.selected a {
  font-weight: bold;
  background: #333;
  color: #fff;
}
/* @end */

/*------------------------------------------------------------------------------------
  @group taggings
------------------------------------------------------------------------------------*/
#taggings {
  padding: 9px 0;
  position: relative;
  border-bottom: 1px solid #eee;
  width: 100%;
}

#taggings dd {
  width: 98%;
}


#hide-tags {
  font-weight: normal;
}

#hide-tags:hover {
  text-decoration: underline;
}

#ticket_tag {
  padding: 3px;
}

#alphatags {
  text-align: justify;
  position: absolute;
  left: 126px;
  top: 56px;
  background: #fff;
  z-index: 9999;
  padding: 9px;
  border: 3px solid #eee;
  border-bottom-color: #ddd;
  -webkit-box-shadow: -3px 3px #ccc;
  -moz-box-shadow: -3px 3px #ccc;
  box-shadow: -3px 3px #ccc;
  max-height: 90px;
  overflow-y: auto;
}

.taglist a {
  margin-right: 6px;
}

.taglist a.size0{font-size:110%;line-height:1.7em;color:#999;}
.taglist a.size1{font-size:110%;line-height:1.7em;color:#888;}
.taglist a.size2{font-size:120%;line-height:1.6em;color:#777;}
.taglist a.size3{font-size:130%;line-height:1.5em;color:#666;}
.taglist a.size4{font-size:140%;line-height:1.4em;color:#444;}
.taglist a.size5{font-size:150%;line-height:1.3em;color:#333;}
.taglist a.size6{font-size:160%;line-height:1.2em;color:#111;}

.taglist a.active:hover { background-color: #eee;}
.taglist a.active { background: #ddd;}
/* @end */

.users-subscriptions #main h2 { border:0; margin:15px 0 4px; }
.users-subscriptions #main .main-group { padding-top:10px; }
.users-subscriptions #main .main-group h3 { padding-left:5px; }
.users-subscriptions #main p.btns { margin-top:0; }
.users-subscriptions #main table.data th,
.users-subscriptions #main table.data td { padding:5px 9px; }


.red {
  color: #aa0000;
}
/*------------------------------------------------------------------------
 *=WELCOME
 ------------------------------------------------------------------------*/
 .welcome-index .members-list {
   margin-bottom: 4  0px;
 }
 .welcome-index .members-list li {
   position: relative;
 }
 .welcome-index .members-list span.buttons {
   position: absolute;
   right: 0px;
 }
 .welcome-index .members-list span.buttons form {
   display: inline;
 }
 .welcome-index .members-list span.buttons .button {
   position: relative;
   float: left;
   margin: 0;
   top: 0px;
 }
 .welcome-index .members-list span.buttons .negative {
   width: 70px;
   min-width: 70px;
   margin-right: 20px;
 }
 .welcome-index .button.negative {
   color: #a33;
 }
 #already-invited {
   background-color: #eee;
   padding: 2px 10px 5px 10px;
   border-radius: 4px;
   margin-bottom: 10px;
 }
 #already-invited h3 {
   font-size: 10pt;
   margin: 0px;
   color: #666;
   font-weight: normal;
 }
 .welcome-index .inline-members-list {
   list-style: none;
 }
 .welcome-index .inline-members-list li {
   width: 145px;
   float: left;
   padding-bottom: 5px;
   display: inline;
 }
 .welcome-index .inline-members-list li img {
   width: 30px;
   height: 30px;
 }

 .welcome-index .inline-members-list li a {
   font-size: 8pt;
 }

 .welcome-index .wizard {
   margin-top: 35px;
 }
 .welcome-index .wizard ul {
   background-color: #eee;
 }
 .welcome-index .wizard h3 {

 }
 .welcome-index .subtitle .button {
   float: right;
 }
 .welcome-index .subtitle {
   margin-bottom: 20px;
 }

 #invite-form {
   background: #eee;
   border-radius: 5px;
   padding: 5px 10px 10px 10px;
 }
 #invite-form dd textarea,
 #invite-form dd input[type=text] {
   width: 98%;
 }

 #new-project-invite li.member .warning {
   display: block;
   padding: 10px;
   border: 2px solid #a88;
   background: #eee;
   border-radius: 5px;
   margin: 20px 0px 10px 0;
   clear: both;
   float: none;
 }
 #new-project-invite li.member .warning.hidden {
   display: none;
 }
 #new-project-invite li.member .warning .button {
   float: none;
   display: inline;
   margin-right: 10px;
 }
 #new-project-invite li.member .warning ul { list-style: none; }
 #new-project-invite li.member .warning form { margin-bottom: 15px; }
 #new-project-invite li.member .warning ul.tickets {
   list-style:none;
   margin-left: 10px;
 }
 #new-project-invite li.member ul.tickets a.ticket-badge  {
   padding: 2px 5px;
   margin-right: 5px;
   background: #fff;
 }
 #new-project-invite h3 {
   margin-bottom: 0.5em;
 }
 #invite-by-email {
   margin-top: 2em;
 }
 #invite-by-email .members-list {
   margin-bottom: 2em;
 }

 .welcome-index #project .done {
   background: url(/images/lh2/app/check.png) no-repeat 0 3px;
   color: #8a8;
 }
 .welcome-index #project .done a {
   color: #8a8;
 }
 .welcome-index #project .todo {

 }
 .welcome-index #project dt, .welcome-index #project dd {
   padding-left: 26px;
 }
 .welcome-index #project dl {
   line-height: 1.4em;
 }
 .welcome-index #project dd {
   border-bottom: 1px solid #eee;
   padding-bottom: 20px;
 }
.welcome-index #main-content h1 {
  font-size: 150%;
  padding: 0 0 0 5px;
  margin: 25px 0 0 0;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px !important; }
 .welcome-index #main-content h1 a.hide { font-size: 10pt; float: right; font-weight: normal; text-transform: none;}
 .welcome-index #main-content dl { font-size: 120%;}

 /*------------------------------------------------------------------------
  *=TENDER AD
  ------------------------------------------------------------------------*/

#tender_ad {
  margin-top: 4em;
}
#tender_ad img {
  max-width: 100%;
  box-sizing: border-box;
}


.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.popover.show {
  display: block;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}


/*------------------------------------------------------------------------------------
  @group forms
------------------------------------------------------------------------------------*/
.page-form {
  padding: 9px;
  border-top: 2px solid #ccc;
}

.tickets-new .page-form {
  border-top: none;
}

.page-form h3 {
  margin-bottom: 0;
  padding: 3px 0 !important;
}

dl.form {
  padding: 9px 0;
  margin: 0;
  border-bottom: 1px solid #eee;
}

dl.form label {
  font-weight: bold;
}

dl.form dt {
  margin: 0;
}

dl.form input {
  font-size: 100%;
}

dl.form input.short {
  width: 400px;
}

dl.form.lbl-inline dt {
  float: left;
  width: 120px;
  display: block;
  text-align: left;
  margin-top: 3px;
}

.tickets-new #ticket-title dt {
  width: 30px;
  text-align: left;
}
.tickets-new #ticket-points dt {
  width: 40px;
  text-align: left;
}
.tickets-new input#ticket_points {
  width: 30px;
  text-align: center;
}

dl.form.lbl-inline dd {
 margin-left: 5px; 
 float: left;
 width: 400px;
}

dl.form.lbl-inline input {
  width: 100%;
  padding: 3px;
}

.list-form {
  padding: 9px 0 0 0;
}

ul.optional-tasks {
  width: 100%;
  padding: 18px 0;
}

ul.optional-tasks li {
  display: inline;
  list-style: none;
  margin-right: 9px;
}

ul.optional-tasks li a:focus {
  background: #D3E1F8;
}

.mbtns {
  text-align: right;
  
}

a.lbtn {
  float: left;
  text-decoration: underline;
}

/* @end */

/*------------------------------------------------------------------------------------
  @group tags
------------------------------------------------------------------------------------*/

#tag-form-list li {
  list-style: none;
  border-top: 1px solid #ccc;
  padding: 3px 0;
}

#tag-form-list .x {
  background: #bbb;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  color: #fff;
  margin-right: 6px;
  line-height: 100% !important;
  padding: 0 3px;
}

/* @end */


/* ------------------------------------------------------------------------
 * calendar_date_select.css
 * Copyright (c) 2004-2008 37signals, LLC. All rights reserved.
 * ------------------------------------------------------------------------ */

.calendar_date_select {
  background-color: white;
  color: #777;
  border: #999 1px solid;
  display: block;
  width: 196px;
}

.calendar_date_select .weekdays th {
  text-align: center;
  font-weight: bold;
  background-color: #ddd;
  height: 20px;
}

.calendar_date_select .buttons {
  display: none;
}

.calendar_date_select .footer {
  background-color: #efefef;
  color: #000;
	font-weight: bold;
  padding: 3px 0 3px 5px;
  text-align: left;
	font-size: 12px;
}

.calendar_date_select table {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  border-spacing: 0;
  border-padding: 0;
}

.calendar_date_select .header {
  background-color: #efefef;
  border-bottom: 1px solid #aaa;
  text-align: center;
	font-weight: bold;
	padding: 3px;
	font-size: 11px;
	line-height: 18px;
	overflow: hidden;
}

.calendar_date_select .header .left {
  float: left;
}

.calendar_date_select .header .right {
  float: right;
}

.calendar_date_select .header .nav {
  text-decoration: none;
}

.calendar_date_select .header .title {
  color: black;
}

.calendar_date_select td,
.calendar_date_select th {
  margin: 0;
  padding: 0;
  line-height: 16px;
  font-size: 11px;
}

.calendar_date_select td a {
  display: block;
	padding: 2px 1px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  font-size: 11px;
  color: #777;
}

.calendar_date_select td.other a {
  color: #ccc;
}

.calendar_date_select .days td {
  border-bottom: 1px solid #ccc;
}

.calendar_date_select td a:hover {
  background-color: #dcdcdc;
}

.calendar_date_select td.today a {
  background-color: #ffc;
	color: #000;
}

.calendar_date_select td.selected a {
  background-color: #000;
  color: #fff;
}


ul.inline-form {
  list-style: none;
  margin-bottom: 0;
}

ul.inline-form.nextrow {
  border: none;
}

ul.inline-form li {
  float: left;
  position: relative;
  margin-right: 12px;
}

span.select {
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  background: #ccc url(/images/select-bg.gif) repeat-x;
  border: 1px solid #aaa;
  border-bottom-color: #777;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 135px;
  height: 16px;
  padding: 0 6px;
  position: absolute;
  color: #333;
  font-size: 92%;
  text-shadow: 1px 1px #ddd;
  line-height: 140%;
  overflow: hidden;
}

span.select .arrows {
  right: 5px;
  top: 4px;
  position: absolute;
}

ul.inline-form label.above {
  display: block;
  font-weight: bold;
}

ul.inline-form input.mini {
  font-size: 140% !important;
  color: #333;
  width: 100%;
}

ul.inline-form .bulk-button {
  margin-top: 15px;
}

ul.inline-form .tag-field {
  width: 33%;
}

ul.inline-form .txt-item {
  margin-top: 15px;
  width: 110px;
}

/*------------------------------------------------------------------------------------
  @group buttons
------------------------------------------------------------------------------------*/
p.btns:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.btns span {
  line-height: 28px;
}

.button {
  display: block;
  min-width: 99px;
  background: #fff url(/images/lh2/app/btn-shader.png) 0 100% repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #b4b4b4;
  border-top-color: #d4d4d4;
  border-left-color: #d4d4d4;
  color: #777;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  padding: 6px 12px;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, .75);
  line-height: 100%;
  cursor: pointer;
  float: left;
}

a.button {
  color: #777;
}

.button.jumbo {
  background: #fff url(/images/lh2/app/btn-shader-big.png) 0 100% repeat-x;
  height: 35px;
}

.button:hover {
  color: #333;
  background-color: #f7f7f7;
  border-color: #b4b4b4;
}

.button:active {
  background-color: #99BCDD;
  border-color: #5785B1;
  color: #fff;
  text-shadow: 0 -1px rgba(100,100,100, .8);
}

.button.positive.on, .button.positive:hover {
  background-color: #66AE1D;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, .25);
  border-color: #427112;
  border-top-color: #579619;
  border-left-color: #579619;
}

.button.positive {
  color: #66AE1D;
}

.button.positive:hover {
  background-color: #589619;
  border-color: #416E12;
  color: #fff;
}

.button.destructive {
  color: #b00;
}

.button.destructive.on, .button.destructive:hover {
  background-color: #c00;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, .25);
  border-color: #930000;
  border-top-color: #B30000;
  border-left-color: #B30000;
}

.button.destructive.on:hover {
  background-color: #B60000;
  border-color: #760000;
}

.btns .button {
  margin-right: 6px;
}

.btns .button:last-child {
  margin-right: 0;
}

.btns.right .button {
  float: right;
  margin-right: 0;
  margin-left: 6px;
}

.btns.right:after {
  content: ".";
  height: 0;
  display: block;
  clear: both;
}


/* @end */

.actions {
  padding: 6px 20px 18px;
  margin: 9px 0;
  *zoom: 1;
}

.actions a.txt-cancel {
  display: block;
  min-width: 99px;
  color: #777;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
  padding: 6px 12px;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, .75);
  line-height: 100%;
  cursor: pointer;
  float: left;
}


#milestone-hype {
  margin: 9px -9px;
  color: #333;
  padding: 0 5px;
}

#milestone-hype a {
  border: none;
  text-decoration: none;
}

#milestone-hype h3 {
  font-size: 100%;
  padding: 9px;
}

#milestone-hype h3 a {
  color: #555;
  text-shadow: 1px 1px #fff;
}

#stats {
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

#stats li {
  float: left;
  display: block;
  padding: 6px;
  width: 31%;
  height: 39px;
  border-right: 1px solid #eee;
}

#stats li:last-child {
  border-right: 0;
}

#milestone-hype .ticket-list li a {
  font-weight: normal;
  border-bottom: none;
}


/*------------------------------------------------------------------------------------
  @group plans
------------------------------------------------------------------------------------*/
#plan-grid {
  margin: 60px 0 21px 0;
}

#plans {
  width: 100%;
  margin: 0 0;
}

#plans thead th {
  color: #266A9B;
  padding: 10px;
  text-align: center;
  height: 73px;
  vertical-align: top;
  border-bottom: 2px solid #A1DAFF;
  border-left: 2px solid #A1DAFF;
  background: #E8F6FF;
}

#plans thead span.pname {
  color: #266A9B;
  font-size: 120%;
}

#plans thead span.price {
  display: block;
  color: #666;
  margin-bottom: 9px;
  font-weight: normal;
  font-family: Georgia, Times, "Times New Roman", serif;
}

#plans th .detail {
  display: block;
  color: #888;
  font-weight: normal;
  font-style: italic;
}

#plans thead th a {
  display: block;
  text-indent: -9999px;
  background: url(/images/lh2/app/signup-btn.gif) no-repeat;
  width: 63px;
  height: 22px;
  margin-top: 4px;
}

#plans tbody th {
  color: #333;
  text-align: right;
  font-weight: bold;
  padding: 18px 9px;
  font-size: 110%;
  border-bottom: 1px solid #eee;
}

#plans td {
  padding: 5px;
  font-size: 120%;
  text-align: center;
  color: #666;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
 
#plans th.current {
  background: #eee;
  border-bottom: 2px solid #777;
}

#plans th.empty {
  background: #fff;
  border-left: 0;
}

#plans td.current {
  background: #f1f1f1;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #e1e1e1;
}

.yplan {
  background-color: #222;
  display: block;
  padding: 1px;
  color: #fff;
}

#plans .btn {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #336633;
  color: #fff;
  font-weight: bold;
  padding: 3px 6px;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#main p.additional-info {
  padding: 18px;
  margin: 9px;
  background: #eee;
}

div.recommended {
  position: relative;
}

div.recommended span {
  position: absolute;
  top: -63px;
  padding-bottom: 9px;
  background: url(/images/lh2/plans/recommended-bit-top.gif) 50% 100% no-repeat;
}

#plans td.recommended {
  background: #F2F9FE;
  border-bottom: 1px solid #C4E2F6;
  color: #4998CB;
}

/* @end */


#trial {
  margin: 9px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #E8F6FF;
  color: #266A9B;
  line-height: 160%;
}

.statblocks div.statblock {
  float: left;
  width: 33%;
  text-align: center;
}

.statblock .num {
  display: block;
  color: #000;
  font-size: 250%;
  font-weight: bold;
}

#trial p {
  font-size: 150%;
  padding: 18px 18px;
  line-height: 130%;
}

#trial a {
  color: #333;
  border-bottom: 2px solid #333;
}

.billing-profile-needed {
  background: #c00;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 6px;
  font-weight: bold;
  text-align: center;
  margin-top: 9px;
}

.billing-profile-needed a {
  color: #fff;
  border-bottom: 2px solid #fff;
}

p#ccards {
  margin-top: 5px;
}

/*------------------------------------------------------------------------------------
  @group invoices
------------------------------------------------------------------------------------*/

.invoices {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.invoice-overview,
.pay-now {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ffedbb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 110%;
  background: #ffffeb;
}

.invoice-overview:after,
.pay-now:after {
  content: ".";
  clear: both;
  visibility: hidden;
  height: 0;
  display: block;
}

.pay-now {
  font-size: 120%;
}

.pay-now input.button {
  color: #333;
}

.pay-now form {
  display: block;
  float: right;
}

.invoices tr.paid th,
.invoices tr.paid td {
  background: #e2ffe1;
  border-bottom-color: #b0e6ae;
}

.invoices tr.unpaid th,
.invoices tr.unpaid td,
.invoices tr.error td,
.invoices tr.error th {
  background: #ffebeb;
  border-bottom-color: #ffc6c6;
}

span.paid,
tr.paid span.money {
  color: #207c1d;
}

span.unpaid,
tr.unpaid span.money,
tr.error span.money {
  color: #912123;
}

.invoices th {
  padding: 10px;
  text-align: left;
  background: #fff;
  border-bottom: 1px solid #ccc;
  color: #111;
  background: #fcfcfc;
}

.invoices td {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.invoices td.date {
}

.invoices span.plan {
  font-weight: bold;
}

span.money {
  color: #171;
  font-weight: bold;
}

a.mpdf {
  padding: 10px 0 10px 32px;
  font-weight: bold;
  color: #c00;
  display: block;
  background: url(/images/lh2/app/mime/pdf.png) 0 50% no-repeat;
}

a.mpdf:hover {
  color: #333;
}

ul.inv-opts {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  float: right;
}

/*ul.inv-opts:after {
  content: ".";
  clear: both;
  visibility: hidden;
  height: 0;
  display: block;
}
*/
ul.inv-opts li {
  display: inline-block;
  margin-right: 5px;
}

ul.inv-opts li a {
  color: #333;
}

/*
ul.inv-opts li a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #daa75b;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #ba8f4e;
  display: inline-block;
}

ul.inv-opts li a:hover {
  color: #333;
}*/

/* @end */


/* TextboxList sample CSS */
ul.holder { margin: 0; border: 1px solid #999; border-color:#C4C4C4 #E4E4E4 #E4E4E4 #C4C4C4; overflow: hidden; height: auto !important; height: 1%; padding: 3px 6px 0; }
*:first-child+html ul.holder { padding-bottom: 2px; } * html ul.holder { padding-bottom: 2px; } /* ie7 and below */
ul.holder li { float: left; list-style-type: none; margin: 0 5px 4px 0; }
ul.holder li.bit-box, ul.holder li.bit-input input { font: 11px "Lucida Grande", "Verdana"; }
ul.holder li.bit-box { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; border: 1px solid #CAD8F3; background: #DEE7F8; padding: 1px 5px 2px; }
ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
ul.holder li.bit-input input { width: 150px; margin: 0; border: none; outline: 0; padding: 3px 0 2px; } /* no left/right padding here please */
ul.holder li.bit-input input.smallinput { width: 20px; }
ul.hoder li.bit-input input.maininput { margin: 0; }

/* Facebook demo CSS */      
#facebook-list ul.holder li.bit-box, #apple-list ul.holder li.bit-box { padding-right: 15px; position: relative; }
#apple-list ul.holder li.bit-input { margin: 0; }
#apple-list ul.holder li.bit-input input.smallinput { width: 5px; }
ul.holder li.bit-hover { background: #BBCEF1; border: 1px solid #6D95E0; }
ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
ul.holder li.bit-box a.closebutton { position: absolute; right: 4px; top: 5px; display: block; width: 7px; height: 7px; font-size: 1px; background: url('/images/lh2/app/close.gif'); }
ul.holder li.bit-box a.closebutton:hover { background-position: 7px; }
ul.holder li.bit-box-focus a.closebutton, ul.holder li.bit-box-focus a.closebutton:hover { background-position: bottom; }

/* Autocompleter */

#facebook-auto { display: none; position: absolute; width: 512px; background: #eee; z-index: 9999; }
#facebook-auto .default { padding: 5px 7px; border: 1px solid #ccc; border-width: 0 1px 1px; }
#facebook-auto ul { display: none; margin: 0; padding: 0; overflow: auto; }
#facebook-auto ul li { padding: 5px 12px; z-index: 1000; cursor: pointer; margin: 0; list-style-type: none; border: 1px solid #ccc; border-width: 0 1px 1px; font: 11px "Lucida Grande", "Verdana"; }
#facebook-auto ul li em { font-weight: bold; font-style: normal; background: #ccc; }
#facebook-auto ul li.auto-focus { background: #4173CC; color: #fff; }
#facebook-auto ul li.auto-focus em { background: none; }

#demo ul.holder li.bit-input input { padding: 2px 0 1px; border: 1px solid #999; }
#add a { color: #666; }
#add-test { width: 100px; padding: 2px; }
#button_container { margin-left: 70px; margin-bottom: 30px;}